home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1999 January
/
Electronic Clipper 1999-01.iso
/
Idea Source®
/
main.dir
/
00106_exit1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-19
|
230 b
|
12 lines
on mouseDown me
puppetSound(2, "button")
set the visible of sprite (the spriteNum of me - 6) to 0
updateStage()
end
on mouseUp me
set the visible of sprite (the spriteNum of me - 6) to 1
updateStage()
go("exit1")
end